home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / Python 1.4 source / Mac / Lib / macerrors.py < prev    next >
Encoding:
Text File  |  1996-09-05  |  34.6 KB  |  627 lines  |  [TEXT/Pyth]

  1. svTempDisable    =    -32768    #Temporarily disable card but run primary init.
  2. svDisabled    =    -32640    #Reserve range -32640 to -32768 for Apple temp disables.
  3. fontNotOutlineErr    =    -32615    #bitmap font passed to routine that does outlines only
  4. invalidIndexErr    =    -20002    #The recordIndex parameter is not valid.
  5. recordDataTooBigErr    =    -20001    #The record data is bigger than buffer size (1024 bytes).
  6. unknownInsertModeErr    =    -20000    #There is no such an insert mode.
  7. pmRecvEndErr    =    -13005    #during receive, pmgr did not finish hs configured for this connection
  8. pmRecvStartErr    =    -13004    #during receive, pmgr did not start hs
  9. pmSendEndErr    =    -13003    #during send, pmgr did not finish hs
  10. pmSendStartErr    =    -13002    #during send, pmgr did not start hs
  11. pmReplyTOErr    =    -13001    #Timed out waiting for reply
  12. pmBusyErr    =    -13000    #Power Mgr never ready to start handshake
  13. pictureDataErr    =    -11005    #the picture data was invalid
  14. colorsRequestedErr    =    -11004    #the number of colors requested was illegal
  15. cantLoadPickMethodErr    =    -11003    #unable to load the custom pick proc
  16. pictInfoVerbErr    =    -11002    #the passed verb was invalid
  17. pictInfoIDErr    =    -11001    #the internal consistancy check for the PictInfoID is wrong
  18. pictInfoVersionErr    =    -11000    #wrong version of the PictInfo structure
  19. telNotEnoughdspBW    =    -10116    #not enough real-time for allocation
  20. telBadSampleRate    =    -10115    #incompatible sample rate
  21. telBadSWErr    =    -10114    #Software not installed properly
  22. telDetAlreadyOn    =    -10113    #detection is already turned on
  23. telAutoAnsNotOn    =    -10112    #autoAnswer in not turned on
  24. telValidateFailed    =    -10111    #telValidate failed
  25. telBadProcID    =    -10110    #invalid procID
  26. telDeviceNotFound    =    -10109    #device not found
  27. telBadCodeResource    =    -10108    #code resource not found
  28. telInitFailed    =    -10107    #initialization failed
  29. telNoCommFolder    =    -10106    #Communications/Extensions ƒ not found
  30. telUnknownErr    =    -10103    #unable to set config
  31. telNoSuchTool    =    -10102    #unable to find tool with name specified
  32. telBadFunction    =    -10091    #bad msgCode specified
  33. telPBErr    =    -10090    #parameter block error, bad format
  34. telCANotDeflectable    =    -10082    #CA not "deflectable"
  35. telCANotRejectable    =    -10081    #CA not "rejectable"
  36. telCANotAcceptable    =    -10080    #CA not "acceptable"
  37. telTermNotOpen    =    -10072    #terminal not opened via TELOpenTerm
  38. telStillNeeded    =    -10071    #terminal driver still needed by someone else
  39. telAlreadyOpen    =    -10070    #terminal already open
  40. telNoCallbackRef    =    -10064    #no call back reference was specified, but is required
  41. telDisplayModeNotSupp    =    -10063    #display mode not supported by tool
  42. telBadDisplayMode    =    -10062    #bad display mode specified
  43. telFwdTypeNotSupp    =    -10061    #forward type not supported by tool
  44. telDNTypeNotSupp    =    -10060    #DN type not supported by tool
  45. telBadRate    =    -10059    #bad rate specified
  46. telBadBearerType    =    -10058    #bad bearerType specified
  47. telBadSelect    =    -10057    #unable to select or deselect DN
  48. telBadParkID    =    -10056    #bad park id specified
  49. telBadPickupGroupID    =    -10055    #bad pickup group ID specified
  50. telBadFwdType    =    -10054    #bad fwdType specified
  51. telBadFeatureID    =    -10053    #bad feature ID specified
  52. telBadIntercomID    =    -10052    #bad intercom ID specified
  53. telBadPageID    =    -10051    #bad page ID specified
  54. telBadDNType    =    -10050    #DN type invalid
  55. telConfLimitExceeded    =    -10047    #attempt to exceed switch conference limits
  56. telCBErr    =    -10046    #call back feature not set previously
  57. telTransferRej    =    -10045    #transfer request rejected
  58. telTransferErr    =    -10044    #transfer not prepared
  59. telConfRej    =    -10043    #conference request was rejected
  60. telConfErr    =    -10042    #conference was not prepared
  61. telConfNoLimit    =    -10041    #no limit was specified but required
  62. telConfLimitErr    =    -10040    #limit specified is too high for this configuration
  63. telFeatNotSupp    =    -10033    #feature program call not supported by this tool
  64. telFeatActive    =    -10032    #feature already active
  65. telFeatNotAvail    =    -10031    #feature subscribed but not available
  66. telFeatNotSub    =    -10030    #feature not subscribed
  67. telDNDTypeNotSupp    =    -10024    #DND type is not supported by this tool
  68. telBadDNDType    =    -10023    #bad DND type specified
  69. telIntExtNotSupp    =    -10022    #internal external type not supported by this tool
  70. telBadIntExt    =    -10021    #bad internal external error
  71. telStateNotSupp    =    -10020    #device state not supported by tool
  72. telBadStateErr    =    -10019    #bad device state specified
  73. telIndexNotSupp    =    -10018    #index not supported by this tool
  74. telBadIndex    =    -10017    #bad index specified
  75. telAPattNotSupp    =    -10016    #alerting pattern not supported by tool
  76. telBadAPattErr    =    -10015    #bad alerting pattern specified
  77. telVTypeNotSupp    =    -10014    #volume type not supported by this tool
  78. telBadVTypeErr    =    -10013    #bad volume type error
  79. telBadLevelErr    =    -10012    #bad volume level setting
  80. telHTypeNotSupp    =    -10011    #hook type not supported by this tool
  81. telBadHTypeErr    =    -10010    #bad hook type specified
  82. telNoOpenErr    =    -10008    #unable to open terminal
  83. telNoMemErr    =    -10007    #no memory to allocate handle
  84. telCAUnavail    =    -10006    #a CA is not available
  85. telBadProcErr    =    -10005    #bad msgProc specified
  86. telBadHandErr    =    -10004    #bad handle specified
  87. telBadCAErr    =    -10003    #TELCAHandle not found or invalid
  88. telBadDNErr    =    -10002    #TELDNHandle not found or invalid
  89. telBadTermErr    =    -10001    #invalid TELHandle or handle not found
  90. kDMMainDisplayCannotMoveErr    =    -6231    #Trying to move main display (or a display mirrored to it)
  91. kDMDisplayAlreadyInstalledErr    =    -6230    #Attempt to add an already installed display.
  92. kDMDisplayNotFoundErr    =    -6229    #Could not find item (will someday remove).
  93. kDMDriverNotDisplayMgrAwareErr    =    -6228    #Video Driver does not support display manager.
  94. kDMSWNotInitializedErr    =    -6227    #Required software not initialized (eg windowmanager or display mgr).
  95. kSysSWTooOld    =    -6226    #Missing critical pieces of System Software.
  96. kDMMirroringNotOn    =    -6225    #Returned by all calls that need mirroring to be on to do their thing.
  97. kDMCantBlock    =    -6224    #Mirroring is already on, can’t Block now (call DMUnMirror() first).
  98. kDMMirroringBlocked    =    -6223    #DMBlockMirroring() has been called.
  99. kDMWrongNumberOfDisplays    =    -6222    #Can only handle 2 displays for now.
  100. kDMMirroringOnAlready    =    -6221    #Returned by all calls that need mirroring to be off to do their thing.
  101. kDMGenErr    =    -6220    #Unexpected Error
  102. gestaltLocationErr    =    -5553    #gestalt function ptr wasn't in sysheap
  103. gestaltDupSelectorErr    =    -5552    #tried to add an entry that already existed
  104. gestaltUndefSelectorErr    =    -5551    #undefined selector was passed to Gestalt
  105. gestaltUnknownErr    =    -5550    #value returned if Gestalt doesn't know the answer
  106. envVersTooBig    =    -5502    #Version bigger than call can handle
  107. envBadVers    =    -5501    #Version non-positive
  108. envNotPresent    =    -5500    #returned by glue.
  109. afpInsideTrashErr    =    -5044    #the folder being shared is inside the trash folder OR the shared folder is being moved into the trash folder OR the folder is being moved to the trash and it contains a shared folder
  110. afpInsideSharedErr    =    -5043    #the folder being shared is inside a shared folder OR the folder contains a shared folder and is being moved into a shared folder OR the folder contains a shared folder and is being moved into the descendent of a shared folder.
  111. afpPwdExpiredErr    =    -5042    #the password being used is too old: this requires the user to change the password before log-in can continue
  112. afpPwdTooShortErr    =    -5041    #the password being set is too short: there is a minimum length that must be met or exceeded
  113. afpPwdSameErr    =    -5040    #someone tried to change their password to the same password on a mantadory password change
  114. afpContainsSharedErr    =    -5033    #the folder being shared contains a shared folder
  115. afpObjectLocked    =    -5032    #Object is M/R/D/W inhibited
  116. afpVolLocked    =    -5031    #Volume is Read-Only
  117. couldNotParseSourceFileErr    =    -3026    #Source document does not contain source type
  118. invalidTranslationPathErr    =    -3025    #Source type to destination type not a valid path
  119. fragLastErrCode    =    -2899    #last reserved error code number
  120. fragInvalidFragmentUsage    =    -2824    #an application fragment or accellerated resource has no entry point or termination routine
  121. fragArchError    =    -2823    #fragment targeted for an unacceptable architecture
  122. fragAppNotFound    =    -2822    #no application found in cfrg (for Process Manager)
  123. fragUserInitProcErr    =    -2821    #user intialization routine did not return noErr
  124. fragCorruptErr    =    -2820    #fragment container corrupted (known format)
  125. fragConstErr    =    -2819    #internal inconstistancy
  126. fragMgrInitErr    =    -2818    #error in initailization of this manager
  127. fragLibConnErr    =    -2817    #error connecting to library (error occured in sub prepare)
  128. fragInitRtnUsageErr    =    -2816    #boot library has initialization routine
  129. fragInitLoop    =    -2815    #circularity detected in mandatory initialization order
  130. fragImportTooNew    =    -2814    #import library was too new and therefore incompatible
  131. fragImportTooOld    =    -2813    #import library was too old and therefore incompatible
  132. fragObjectInitSeqErr    =    -2812    #order error during user initialization function invocation
  133. fragNoContextIDs    =    -2811    #no more context id’s
  134. fragNoAddrSpace    =    -2810    #out of memory in user's address space for loadable section
  135. fragNoMem    =    -2809    #out of memory for interal bookkeeping
  136. fragUnused1    =    -2808    #unused
  137. fragHadUnresolveds    =    -2807    #loaded fragment had "hard" unresolved imports
  138. fragFormatUnknown    =    -2806    #fragment container format unknown
  139. fragDupRegLibName    =    -2805    #registered name already in use
  140. fragLibNotFound    =    -2804    #library name not found in Frag registry
  141. fragSectionNotFound    =    -2803    #section was not found
  142. fragSymbolNotFound    =    -2802    #symbol was not found in connection
  143. fragConnectionIDNotFound    =    -2801    #connecionID was not valid
  144. fragContextNotFound    =    -2800    #contextID was not valid
  145. nrPathBufferTooSmall    =    -2551    #buffer for path is too small
  146. nrPathNotFound    =    -2550    #a path component lookup failed
  147. tsmUnknownErr    =    -2519    #any other errors
  148. tsmUnsupportedTypeErr    =    -2518    #unSupported interface type error
  149. tsmScriptHasNoIMErr    =    -2517    #script has no imput method or is using old IM
  150. tsmInputMethodIsOldErr    =    -2516    #returned by GetDefaultInputMethod
  151. tsmComponentAlreadyOpenErr    =    -2515    #text service already opened for the document
  152. tsmTSNotOpenErr    =    -2514    #text service is not open
  153. tsmTSHasNoMenuErr    =    -2513    #the text service has no menu
  154. tsmUseInputWindowErr    =    -2512    #not TSM aware because we are using input window
  155. tsmDocumentOpenErr    =    -2511    #there are open documents
  156. tsmTextServiceNotFoundErr    =    -2510    #no text service found
  157. tsmCantOpenComponentErr    =    -2509    #can’t open the component
  158. tsmNoOpenTSErr    =    -2508    #no open text service
  159. tsmDocNotActiveErr    =    -2507    #document is NOT active
  160. tsmTSMDocBusyErr    =    -2506    #document is still active
  161. tsmInvalidDocIDErr    =    -2505    #invalid TSM documentation id
  162. tsmNeverRegisteredErr    =    -2504    #app never registered error (not TSM aware)
  163. tsmAlreadyRegisteredErr    =    -2503    #want to register again error
  164. tsmNotAnAppErr    =    -2502    #not an application error
  165. badCallOrderErr    =    -2209    #Usually due to a status call being called prior to being setup first
  166. noDMAErr    =    -2208    #Can’t do DMA digitizing (i.e. can't go to requested dest
  167. badDepthErr    =    -2207    #Can’t digitize into this depth
  168. notExactSizeErr    =    -2206    #Can’t do exact size requested
  169. noMoreKeyColorsErr    =    -2205    #all key indexes in use
  170. notExactMatrixErr    =    -2204    #warning of bad matrix, digitizer did its best
  171. matrixErr    =    -2203    #bad matrix, digitizer did nothing
  172. qtParamErr    =    -2202    #bad input parameter (out of range, etc)
  173. digiUnimpErr    =    -2201    #feature unimplemented
  174. soundSupportNotAvailableErr    =    -2056    #QT for Windows error
  175. noSoundTrackInMovieErr    =    -2055    #QT for Windows error
  176. noVideoTrackInMovieErr    =    -2054    #QT for Windows error
  177. cantCreateSingleForkFile    =    -2022    #happens when file already exists
  178. dragNotAcceptedErr    =    -1857    #drag was not accepted by receiver
  179. handlerNotFoundErr    =    -1856    #handler not found
  180. duplicateHandlerErr    =    -1855    #handler already exists
  181. cantGetFlavorErr    =    -1854    #error while trying to get flavor data
  182. duplicateFlavorErr    =    -1853    #flavor type already exists
  183. badDragFlavorErr    =    -1852    #unknown flavor type
  184. badDragItemErr    =    -1851    #unknown drag item reference
  185. badDragRefErr    =    -1850    #unknown drag reference
  186. errOSACantOpenComponent    =    -1762    #Can't connect to scripting system with that ID
  187. errOSAComponentMismatch    =    -1761    #Parameters are from 2 different components
  188. errAERecordingIsAlreadyOn    =    -1732    #available only in version 1.0.1 or greater
  189. errAEUnknownObjectType    =    -1731    #available only in version 1.0.1 or greater
  190. errAEEmptyListContainer    =    -1730    #Attempt to pass empty list as container to accessor
  191. errAENegativeCount    =    -1729    #CountProc returned negative value
  192. errAENoSuchObject    =    -1728    #e.g.,: specifier asked for the 3rd, but there are only 2. Basically, this indicates a run-time resolution error.
  193. errAENotAnObjSpec    =    -1727    #Param to AEResolve not of type 'obj '
  194. errAEBadTestKey    =    -1726    #Test is neither typeLogicalDescriptor nor typeCompDescriptor
  195. errAENoSuchLogical    =    -1725    #Something other than AND, OR, or NOT
  196. errAEAccessorNotFound    =    -1723    #Accessor proc matching wantClass and containerType or wildcards not found
  197. errAEWrongNumberArgs    =    -1721    #Logical op kAENOT used with other than 1 term
  198. errAEImpossibleRange    =    -1720    #A range like 3rd to 2nd, or 1st to all.
  199. errAEIllegalIndex    =    -1719    #index is out of range in a put operation
  200. errAEReplyNotArrived    =    -1718    #the contents of the reply you are accessing have not arrived yet
  201. errAEHandlerNotFound    =    -1717    #no handler in the dispatch tables fits the parameters to AEGetEventHandler or AEGetCoercionHandler
  202. errAEUnknownAddressType    =    -1716    #the target address type is not known
  203. errAEParamMissed    =    -1715    #a required parameter was not accessed
  204. errAENotASpecialFunction    =    -1714    #there is no special function for/with this keyword
  205. errAENoUserInteraction    =    -1713    #no user interaction is allowed
  206. errAETimeout    =    -1712    #the AppleEvent timed out
  207. errAEWaitCanceled    =    -1711    #in AESend, the user cancelled out of wait loop for reply or receipt
  208. errAEUnknownSendMode    =    -1710    #mode wasn't NoReply, WaitReply, or QueueReply or Interaction level is unknown
  209. errAEReplyNotValid    =    -1709    #AEResetTimer was passed an invalid reply parameter
  210. errAEEventNotHandled    =    -1708    #the AppleEvent was not handled by any handler
  211. errAENotAppleEvent    =    -1707    #the event is not in AppleEvent format
  212. errAENewerVersion    =    -1706    #need newer version of the AppleEvent manager
  213. errAEBadListItem    =    -1705    #the specified list item does not exist
  214. errAECoercionFail    =    -1700    #bad parameter data or unable to coerce the data supplied
  215. fsDataTooBigErr    =    -1310    #file or volume is too big for system
  216. fileBoundsErr    =    -1309    #file's EOF, offset, mark or size is too big
  217. notARemountErr    =    -1308    #when _Mount allows only remounts and doesn't get one
  218. badFidErr    =    -1307    #file id is dangling or doesn't match with the file number
  219. sameFileErr    =    -1306    #can't exchange a file with itself
  220. desktopDamagedErr    =    -1305    #desktop database files are corrupted
  221. catChangedErr    =    -1304    #the catalog has been modified
  222. diffVolErr    =    -1303    #files on different volumes
  223. notAFileErr    =    -1302    #directory specified
  224. fidExists    =    -1301    #file id already exists
  225. fidNotFound    =    -1300    #no file thread exists.
  226. errRefNum    =    -1280    #bad connection refNum
  227. errAborted    =    -1279    #control call was aborted
  228. errState    =    -1278    #bad connection state for this operation
  229. errOpening    =    -1277    #open connection request failed
  230. errAttention    =    -1276    #attention message too long
  231. errFwdReset    =    -1275    #read terminated by forward reset
  232. errDSPQueueSize    =    -1274    #DSP Read/Write Queue Too small
  233. errOpenDenied    =    -1273    #open connection request was denied
  234. aspNoAck    =    -1075    #No ack on attention request (server err)
  235. aspTooMany    =    -1074    #Too many clients (server error)
  236. aspSizeErr    =    -1073    #Command block too big
  237. aspSessClosed    =    -1072    #Session closed
  238. aspServerBusy    =    -1071    #Server cannot open another session
  239. aspParamErr    =    -1070    #Parameter error
  240. aspNoServers    =    -1069    #No servers at that address
  241. aspNoMoreSess    =    -1068    #No more sessions on server
  242. aspBufTooSmall    =    -1067    #Buffer too small
  243. aspBadVersNum    =    -1066    #Server cannot support this ASP version
  244. nbpNISErr    =    -1029    #Error trying to open the NIS
  245. nbpNotFound    =    -1028    #Name not found on remove
  246. nbpDuplicate    =    -1027    #Duplicate name exists already
  247. nbpConfDiff    =    -1026    #Name confirmed at different socket
  248. nbpBuffOvr    =    -1024    #Buffer overflow in LookupName
  249. noMaskFoundErr    =    -1000    #Icon Utilties Error
  250. guestNotAllowedErr    =    -932    #destination port requires authentication
  251. badLocNameErr    =    -931    #location name malformed
  252. badServiceMethodErr    =    -930    #illegal service type, or not supported
  253. noUserRecErr    =    -928    #Invalid user reference number
  254. authFailErr    =    -927    #unable to authenticate user at destination
  255. noInformErr    =    -926    #PPCStart failed because destination did not have inform pending
  256. networkErr    =    -925    #An error has occured in the network, not too likely
  257. noUserRefErr    =    -924    #unable to create a new userRefNum
  258. notLoggedInErr    =    -923    #The default userRefNum does not yet exist
  259. noDefaultUserErr    =    -922    #user hasn't typed in owners name in Network Setup Control Pannel
  260. badPortNameErr    =    -919    #PPCPortRec malformed
  261. sessClosedErr    =    -917    #session was closed
  262. portClosedErr    =    -916    #port was closed
  263. noResponseErr    =    -915    #unable to contact destination
  264. noToolboxNameErr    =    -914    #A system resource is missing, not too likely
  265. noMachineNameErr    =    -913    #user hasn't named his Macintosh in the Network Setup Control Panel
  266. userRejectErr    =    -912    #Destination rejected the session request
  267. noUserNameErr    =    -911    #user name unknown on destination machine
  268. portNameExistsErr    =    -910    #port is already open (perhaps in another app)
  269. badReqErr    =    -909    #bad parameter or invalid state for operation
  270. noSessionErr    =    -908    #Invalid session reference number
  271. sessTableErr    =    -907    #Out of session tables, try again later
  272. destPortErr    =    -906    #Port does not exist at destination
  273. localOnlyErr    =    -905    #Network activity is currently disabled
  274. noGlobalsErr    =    -904    #The system is hosed, better re-boot
  275. noPortErr    =    -903    #Unable to open port or bad portRefNum
  276. nameTypeErr    =    -902    #Invalid or inappropriate locationKindSelector in locationName
  277. notInitErr    =    -900    #PPCToolBox not initialized
  278. hmCloseViewActive    =    -863    #Returned from HMRemoveBalloon if CloseView was active
  279. hmNoBalloonUp    =    -862    #Returned from HMRemoveBalloon if no balloon was visible when call was made
  280. hmOperationUnsupported    =    -861    #Returned from HMShowBalloon call if bad method passed to routine
  281. hmUnknownHelpType    =    -859    #Returned if help msg record contained a bad type
  282. hmWrongVersion    =    -858    #Returned if help mgr resource was the wrong version
  283. hmSkippedBalloon    =    -857    #Returned from calls if helpmsg specified a skip balloon
  284. hmHelpManagerNotInited    =    -855    #Returned from HMGetHelpMenuHandle if help menu not setup
  285. hmSameAsLastBalloon    =    -854    #Returned from HMShowMenuBalloon if menu & item is same as last time
  286. hmBalloonAborted    =    -853    #Returned if mouse was moving or mouse wasn't in window port rect
  287. hmHelpDisabled    =    -850    #Show Balloons mode was off, call to routine ignored
  288. rcDBPackNotInited    =    -813    #attempt to call other routine before InitDBPack
  289. rcDBWrongVersion    =    -812    #incompatible versions
  290. rcDBNoHandler    =    -811    #no app handler for specified data type
  291. rcDBBadAsyncPB    =    -810    #tried to kill a bad pb
  292. rcDBAsyncNotSupp    =    -809    #ddev does not support async calls
  293. rcDBBadDDEV    =    -808    #bad ddev specified on DBInit
  294. rcDBBadSessNum    =    -807    #bad session number for DBGetConnInfo
  295. noMMUErr    =    -626    #no MMU present
  296. cannotDeferErr    =    -625    #unable to defer additional functions
  297. interruptsMaskedErr    =    -624    #don’t call with interrupts masked
  298. notLockedErr    =    -623    #specified range of memory is not locked
  299. cannotMakeContiguousErr    =    -622    #cannot make specified range contiguous
  300. notHeldErr    =    -621    #specified range of memory is not held
  301. notEnoughMemoryErr    =    -620    #insufficient physical memory
  302. noUserInteractionAllowed    =    -610    #no user interaction allowed
  303. bufferIsSmall    =    -607    #error returns from Post and Accept
  304. appIsDaemon    =    -606    #app is BG-only, and launch flags disallow this
  305. appMemFullErr    =    -605    #application SIZE not big enough for launch
  306. hardwareConfigErr    =    -604    #hardware configuration not correct for call
  307. protocolErr    =    -603    #app made module calls in improper order
  308. appModeErr    =    -602    #memory mode is 32-bit, but app not 32-bit clean
  309. memFragErr    =    -601    #not enough room to launch app w/special requirements
  310. procNotFound    =    -600    #no eligible process with specified descriptor
  311. hwParamErr    =    -502    #bad selector for _HWPriv
  312. teScrapSizeErr    =    -501    #scrap item too big for text edit record
  313. exUserBreak    =    -492    #user debugger break; execute debugger commands on stack
  314. strUserBreak    =    -491    #user debugger break; display string on stack
  315. userBreak    =    -490    #user debugger break
  316. notThePublisherWrn    =    -463    #not the first registered publisher for that container
  317. containerAlreadyOpenWrn    =    -462    #container already opened by this section
  318. containerNotFoundWrn    =    -461    #could not find editionContainer at this time
  319. multiplePublisherWrn    =    -460    #A Publisher is already registered for that container
  320. badSubPartErr    =    -454    #can not use sub parts in this release
  321. badEditionFileErr    =    -453    #edition file is corrupt
  322. notRegisteredSectionErr    =    -452    #not a registered SectionRecord
  323. badSectionErr    =    -451    #not a valid SectionRecord
  324. editionMgrInitErr    =    -450    #edition manager not inited by this app
  325. btKeyAttrErr    =    -417    #There is no such a key attribute.
  326. btKeyLenErr    =    -416    #Maximum key length is too long or equal to zero.
  327. btRecNotFnd    =    -415    #Record cannot be found.
  328. btDupRecErr    =    -414    #Record already exists.
  329. btNoSpace    =    -413    #Can't allocate disk space.
  330. notBTree    =    -410    #The file is not a dictionary.
  331. gcrOnMFMErr    =    -400    #gcr format on high density media error
  332. slotNumErr    =    -360    #invalid slot # error
  333. smRecNotFnd    =    -351    #Record not found in the SRT.
  334. smSRTOvrFlErr    =    -350    #SRT over flow.
  335. smNoGoodOpens    =    -349    #No opens were successfull in the loop.
  336. smOffsetErr    =    -348    #Offset was too big (temporary error
  337. smByteLanesErr    =    -347    #NumByteLanes was determined to be zero.
  338. smBadsPtrErr    =    -346    #Bad pointer was passed to sCalcsPointer
  339. smsGetDrvrErr    =    -345    #Error occurred during _sGetDriver.
  340. smNoMoresRsrcs    =    -344    #No more sResources
  341. smDisDrvrNamErr    =    -343    #Error occured during _sDisDrvrName.
  342. smGetDrvrNamErr    =    -342    #Error occured during _sGetDrvrName.
  343. smCkStatusErr    =    -341    #Status of slot = fail.
  344. smBlkMoveErr    =    -340    #_BlockMove error
  345. smNewPErr    =    -339    #_NewPtr error
  346. smSelOOBErr    =    -338    #Selector out of bounds error
  347. smSlotOOBErr    =    -337    #Slot out of bounds error
  348. smNilsBlockErr    =    -336    #Nil sBlock error (Dont allocate and try to use a nil sBlock)
  349. smsPointerNil    =    -335    #LPointer is nil From sOffsetData. If this error occurs; check sInfo rec for more information.
  350. smCPUErr    =    -334    #Code revision is wrong
  351. smCodeRevErr    =    -333    #Code revision is wrong
  352. smReservedErr    =    -332    #Reserved field not zero
  353. smBadsList    =    -331    #Bad sList: Id1 < Id2 < Id3 ...format is not followed.
  354. smBadRefId    =    -330    #Reference Id not found in List
  355. smBusErrTO    =    -320    #BusError time out.
  356. smBadBoardId    =    -319    #BoardId was wrong; re-init the PRAM record.
  357. smNoJmpTbl    =    -318    #SDM jump table could not be created.
  358. smInitTblVErr    =    -317    #An error occured while trying to initialize the Slot Resource Table.
  359. smInitStatVErr    =    -316    #The InitStatusV field was negative after primary or secondary init.
  360. smNoBoardId    =    -315    #No Board Id.
  361. smGetPRErr    =    -314    #Error occured during _sGetPRAMRec (See SIMStatus).
  362. smNoBoardSRsrc    =    -313    #No Board sResource.
  363. smDisposePErr    =    -312    #_DisposePointer error
  364. smFHBlkDispErr    =    -311    #Error occured during _sDisposePtr (Dispose of FHeader block).
  365. smFHBlockRdErr    =    -310    #Error occured during _sGetFHeader.
  366. smBLFieldBad    =    -309    #ByteLanes field was bad.
  367. smUnExBusErr    =    -308    #Unexpected BusError
  368. smResrvErr    =    -307    #Fatal reserved error. Resreved field <> 0.
  369. smNosInfoArray    =    -306    #No sInfoArray. Memory Mgr error.
  370. smDisabledSlot    =    -305    #This slot is disabled (-305 use to be smLWTstBad)
  371. smNoDir    =    -304    #Directory offset is Nil
  372. smRevisionErr    =    -303    #Wrong revison level
  373. smFormatErr    =    -302    #FHeader Format is not Apple's
  374. smCRCFail    =    -301    #CRC check failed for declaration data
  375. smEmptySlot    =    -300    #No card in slot
  376. nmTypErr    =    -299    #wrong queue type
  377. smPriInitErr    =    -293    #Error; Cards could not be initialized.
  378. smPRAMInitErr    =    -292    #Error; Slot Resource Table could not be initialized.
  379. smSRTInitErr    =    -291    #Error; Slot Resource Table could not be initialized.
  380. smSDMInitErr    =    -290    #Error; SDM could not be initialized.
  381. midiInvalidCmdErr    =    -261    #command not supported for port type
  382. midiDupIDErr    =    -260    #duplicate client ID
  383. midiNameLenErr    =    -259    #name supplied is longer than 31 characters
  384. midiWriteErr    =    -258    #MIDIWritePacket couldn't write to all connected ports
  385. midiNoConErr    =    -257    #no connection exists between specified ports
  386. midiVConnectRmvd    =    -256    #pending virtual connection removed
  387. midiVConnectMade    =    -255    #pending virtual connection resolved
  388. midiVConnectErr    =    -254    #pending virtual connection created
  389. midiTooManyConsErr    =    -253    #too many connections made
  390. midiTooManyPortsErr    =    -252    #too many ports already installed in the system
  391. midiNoPortErr    =    -251    #no port with that ID found
  392. midiNoClientErr    =    -250    #no client with that ID found
  393. siUnknownQuality    =    -232    #invalid quality selector (returned by driver)
  394. siUnknownInfoType    =    -231    #invalid info type selector (returned by driver)
  395. siInputDeviceErr    =    -230    #input device hardware failure
  396. siBadRefNum    =    -229    #invalid input device reference number
  397. siBadDeviceName    =    -228    #input device could not be opened
  398. siDeviceBusyErr    =    -227    #input device already in use
  399. siInvalidSampleSize    =    -226    #invalid sample size
  400. siInvalidSampleRate    =    -225    #invalid sample rate
  401. siHardDriveTooSlow    =    -224    #hard drive too slow to record to disk
  402. siInvalidCompression    =    -223    #invalid compression type
  403. siNoBufferSpecified    =    -222    #returned by synchronous SPBRecord if nil buffer passed
  404. siBadSoundInDevice    =    -221    #invalid index passed to SoundInGetIndexedDevice
  405. siNoSoundInHardware    =    -220    #no Sound Input hardware
  406. noMoreRealTime    =    -212    #not enough CPU cycles left to add another task
  407. buffersTooSmall    =    -210    #can not operate in the memory allowed
  408. channelBusy    =    -209    #the Channel is being used for a PFD already
  409. badFileFormat    =    -208    #was not type AIFF or was of bad format,corrupt
  410. notEnoughBufferSpace    =    -207    #could not allocate enough memory
  411. badFormat    =    -206    #Sound Manager Error Returns
  412. badChannel    =    -205    #Sound Manager Error Returns
  413. resProblem    =    -204    #Sound Manager Error Returns
  414. queueFull    =    -203    #Sound Manager Error Returns
  415. notEnoughHardwareErr    =    -201    #Sound Manager Error Returns
  416. noHardwareErr    =    -200    #Sound Manager Error Returns
  417. mapReadErr    =    -199    #map inconsistent with operation
  418. resAttrErr    =    -198    #attribute inconsistent with operation
  419. rmvRefFailed    =    -197    #RmveReference failed
  420. rmvResFailed    =    -196    #RmveResource failed
  421. addRefFailed    =    -195    #AddReference failed
  422. addResFailed    =    -194    #AddResource failed
  423. resFNotFound    =    -193    #Resource file not found
  424. resNotFound    =    -192    #Resource not found
  425. inputOutOfBounds    =    -190    #Offset of Count out of bounds
  426. writingPastEnd    =    -189    #Writing past end of file
  427. resourceInMemory    =    -188    #Resource already in memory
  428. CantDecompress    =    -186    #resource bent ("the bends") - can't decompress a compressed resource
  429. badExtResource    =    -185    #extended resource has a bad format.
  430. cDepthErr    =    -157    #invalid pixel depth
  431. cResErr    =    -156    #invalid resolution for MakeITable
  432. cDevErr    =    -155    #invalid type of graphics device
  433. cProtectErr    =    -154    #colorTable entry protection violation
  434. cRangeErr    =    -153    #range error on colorTable request
  435. cNoMemErr    =    -152    #failed to allocate memory for structure
  436. cTempMemErr    =    -151    #failed to allocate memory for temporary structures
  437. cMatchErr    =    -150    #Color2Index failed to find an index
  438. hMenuFindErr    =    -127    #could not find HMenu's parent in MenuKey
  439. mBarNFnd    =    -126    #system error code for MBDF not found
  440. updPixMemErr    =    -125    #insufficient memory to update a pixmap
  441. volGoneErr    =    -124    #Server volume has been disconnected.
  442. wrgVolTypErr    =    -123    #Wrong volume type error [operation not supported for MFS]
  443. badMovErr    =    -122    #Move into offspring error
  444. tmwdoErr    =    -121    #No free WDCB available
  445. dirNFErr    =    -120    #Directory not found
  446. memLockedErr    =    -117    #trying to move a locked block (MoveHHi)
  447. memSCErr    =    -116    #Size Check failed
  448. memBCErr    =    -115    #Block Check failed
  449. memPCErr    =    -114    #Pointer Check failed
  450. memAZErr    =    -113    #Address in zone check failed
  451. memPurErr    =    -112    #trying to purge a locked or non-purgeable block
  452. memWZErr    =    -111    #WhichZone failed (applied to free block)
  453. memAdrErr    =    -110    #address was odd; or out of range
  454. nilHandleErr    =    -109    #Master Pointer was NIL in HandleZone or other
  455. memFullErr    =    -108    #Not enough room in heap zone
  456. noTypeErr    =    -102    #No object of that type in scrap
  457. noScrapErr    =    -100    #No scrap exists error
  458. memROZWarn    =    -99    #soft error in ROZ
  459. portNotCf    =    -98    #driver Open error code (parameter RAM not configured for this connection)
  460. portInUse    =    -97    #driver Open error code (port is in use)
  461. portNotPwr    =    -96    #serial port not currently powered
  462. excessCollsns    =    -95    #excessive collisions on write
  463. lapProtErr    =    -94    #error in attaching/detaching protocol
  464. noBridgeErr    =    -93    #no network bridge for non-local send
  465. ddpLenErr    =    -92    #data length too big
  466. ddpSktErr    =    -91    #error in soket number
  467. breakRecd    =    -90    #Break received (SCC)
  468. rcvrErr    =    -89    #SCC receiver error (framing; parity; OR)
  469. prInitErr    =    -88    #InitUtil found the parameter ram uninitialized
  470. prWrErr    =    -87    #parameter ram written didn't read-verify
  471. clkWrErr    =    -86    #time written did not verify
  472. clkRdErr    =    -85    #unable to read same clock value twice
  473. firstDskErr    =    -84    #I/O System Errors
  474. fmt2Err    =    -83    #can't get enough sync
  475. fmt1Err    =    -82    #can't find sector 0 after track format
  476. sectNFErr    =    -81    #sector number never found on a track
  477. seekErr    =    -80    #track number wrong on address mark
  478. spdAdjErr    =    -79    #unable to correctly adjust disk speed
  479. twoSideErr    =    -78    #tried to read 2nd side on a 1-sided drive
  480. initIWMErr    =    -77    #unable to initialize IWM
  481. tk0BadErr    =    -76    #track 0 detect doesn't change
  482. cantStepErr    =    -75    #step handshake failed
  483. wrUnderrun    =    -74    #write underrun occurred
  484. badDBtSlp    =    -73    #bad data mark bit slip nibbles
  485. badDCksum    =    -72    #bad data mark checksum
  486. noDtaMkErr    =    -71    #couldn't find a data mark header
  487. badBtSlpErr    =    -70    #bad addr mark bit slip nibbles
  488. badCksmErr    =    -69    #addr mark checksum didn't check
  489. dataVerErr    =    -68    #read verify compare failed
  490. noAdrMkErr    =    -67    #couldn't find valid addr mark
  491. fontSubErr    =    -66    #font substitution occured
  492. fontNotDeclared    =    -65    #font not declared
  493. fontDecError    =    -64    #error during font declaration
  494. wrPermErr    =    -61    #write permissions error
  495. badMDBErr    =    -60    #bad master directory block
  496. fsRnErr    =    -59    #file system internal error:during rename the old entry was deleted but could not be restored.
  497. extFSErr    =    -58    #volume in question belongs to an external fs
  498. noMacDskErr    =    -57    #not a mac diskette (sig bytes are wrong)
  499. nsDrvErr    =    -56    #no such drive (tried to mount a bad drive num)
  500. volOnLinErr    =    -55    #drive volume already on-line at MountVol
  501. permErr    =    -54    #permissions error (on file open)
  502. volOffLinErr    =    -53    #volume not on line error (was Ejected)
  503. gfpErr    =    -52    #get file position error
  504. rfNumErr    =    -51    #refnum error
  505. paramErr    =    -50    #error in user parameter list
  506. opWrErr    =    -49    #file already open with with write permission
  507. dupFNErr    =    -48    #duplicate filename (rename)
  508. fBsyErr    =    -47    #File is busy (delete)
  509. vLckdErr    =    -46    #volume is locked
  510. fLckdErr    =    -45    #file is locked
  511. wPrErr    =    -44    #diskette is write protected.
  512. fnfErr    =    -43    #File not found
  513. tmfoErr    =    -42    #too many files open
  514. mFulErr    =    -41    #memory full (open) or file won't fit (load)
  515. posErr    =    -40    #tried to position to before start of file (r/w)
  516. eofErr    =    -39    #End of file
  517. fnOpnErr    =    -38    #File not open
  518. bdNamErr    =    -37    #there may be no bad names in the final system!
  519. ioErr    =    -36    #I/O error (bummers)
  520. nsvErr    =    -35    #no such volume
  521. dskFulErr    =    -34    #disk full
  522. dirFulErr    =    -33    #Directory full
  523. dceExtErr    =    -30    #dce extension error
  524. unitTblFullErr    =    -29    #unit table has no more entries
  525. notOpenErr    =    -28    #Couldn't rd/wr/ctl/sts cause driver not opened
  526. abortErr    =    -27    #IO call aborted by KillIO
  527. dInstErr    =    -26    #DrvrInstall couldn't find driver in resources
  528. dRemovErr    =    -25    #tried to remove an open driver
  529. closErr    =    -24    #I/O System Errors
  530. openErr    =    -23    #I/O System Errors
  531. unitEmptyErr    =    -22    #I/O System Errors
  532. badUnitErr    =    -21    #I/O System Errors
  533. writErr    =    -20    #I/O System Errors
  534. readErr    =    -19    #I/O System Errors
  535. statusErr    =    -18    #I/O System Errors
  536. controlErr    =    -17    #I/O System Errors
  537. dsExtensionsDisabled    =    -13    #say “Extensions Disabled”
  538. dsHD20Installed    =    -12    #say “HD20 Startup”
  539. dsDisassemblerInstalled    =    -11    #say “Disassembler Installed”
  540. dsMacsBugInstalled    =    -10    #say “MacsBug Installed”
  541. seNoDB    =    -8    #no debugger installed to handle debugger command
  542. SlpTypeErr    =    -5    #invalid queue element
  543. unimpErr    =    -4    #unimplemented core routine
  544. corErr    =    -3    #core routine number out of range
  545. vTypErr    =    -2    #invalid queue element
  546. qErr    =    -1    #queue element not found during deletion
  547. tsmComponentNoErr    =    0    #component result = no error
  548. EPERM    =    1    #Operation not permitted
  549. ENOENT    =    2    #No such file or directory
  550. ESRCH    =    3    #No such process
  551. EINTR    =    4    #Interrupted system call
  552. EIO    =    5    #Input/output error
  553. ENXIO    =    6    #Device not configured
  554. E2BIG    =    7    #Argument list too long
  555. ENOEXEC    =    8    #Exec format error
  556. EBADF    =    9    #Bad file descriptor
  557. ECHILD    =    10    #No child processes
  558. EDEADLK    =    11    #Resource deadlock avoided
  559. ENOMEM    =    12    #Cannot allocate memory
  560. EACCES    =    13    #Permission denied
  561. EFAULT    =    14    #Bad address
  562. ENOTBLK    =    15    #Block device required
  563. EBUSY    =    16    #Device busy
  564. EEXIST    =    17    #File exists
  565. EXDEV    =    18    #Cross-device link
  566. ENODEV    =    19    #Operation not supported by device
  567. ENOTDIR    =    20    #Not a directory
  568. EISDIR    =    21    #Is a directory
  569. EINVAL    =    22    #Invalid argument
  570. ENFILE    =    23    #Too many open files in system
  571. EMFILE    =    24    #Too many open files
  572. ENOTTY    =    25    #Inappropriate ioctl for device
  573. ETXTBSY    =    26    #Text file busy
  574. EFBIG    =    27    #File too large
  575. ENOSPC    =    28    #No space left on device
  576. ESPIPE    =    29    #Illegal seek
  577. EROFS    =    30    #Read-only file system
  578. EMLINK    =    31    #Too many links
  579. EPIPE    =    32    #Broken pipe
  580. EDOM    =    33    #Numerical argument out of domain
  581. ERANGE    =    34    #Result too large
  582. EAGAIN    =    35    #Resource temporarily unavailable
  583. EINPROGRESS    =    36    #Operation now in progress
  584. EALREADY    =    37    #Operation already in progress
  585. ENOTSOCK    =    38    #Socket operation on non-socket
  586. EDESTADDRREQ    =    39    #Destination address required
  587. EMSGSIZE    =    40    #Message too long
  588. EPROTOTYPE    =    41    #Protocol wrong type for socket
  589. ENOPROTOOPT    =    42    #Protocol not available
  590. EPROTONOSUPPORT    =    43    #Protocol not supported
  591. ESOCKTNOSUPPORT    =    44    #Socket type not supported
  592. EOPNOTSUPP    =    45    #Operation not supported on socket
  593. EPFNOSUPPORT    =    46    #Protocol family not supported
  594. EAFNOSUPPORT    =    47    #Address family not supported by protocol family
  595. EADDRINUSE    =    48    #Address already in use
  596. EADDRNOTAVAIL    =    49    #Can't assign requested address
  597. ENETDOWN    =    50    #Network is down
  598. ENETUNREACH    =    51    #Network is unreachable
  599. ENETRESET    =    52    #Network dropped connection on reset
  600. ECONNABORTED    =    53    #Software caused connection abort
  601. ECONNRESET    =    54    #Connection reset by peer
  602. ENOBUFS    =    55    #No buffer space available
  603. EISCONN    =    56    #Socket is already connected
  604. ENOTCONN    =    57    #Socket is not connected
  605. ESHUTDOWN    =    58    #Can't send after socket shutdown
  606. ETOOMANYREFS    =    59    #Too many references: can't splice
  607. ETIMEDOUT    =    60    #Connection timed out
  608. ECONNREFUSED    =    61    #Connection refused
  609. ELOOP    =    62    #Too many levels of symbolic links
  610. ENAMETOOLONG    =    63    #File name too long
  611. EHOSTDOWN    =    64    #Host is down
  612. EHOSTUNREACH    =    65    #No route to host
  613. ENOTEMPTY    =    66    #Directory not empty
  614. EPROCLIM    =    67    #Too many processes
  615. EUSERS    =    68    #Too many users
  616. EDQUOT    =    69    #Disc quota exceeded
  617. ESTALE    =    70    #Stale NFS file handle
  618. EREMOTE    =    71    #Too many levels of remote in path
  619. EBADRPC    =    72    #RPC struct is bad
  620. ERPCMISMATCH    =    73    #RPC version wrong
  621. EPROGUNAVAIL    =    74    #RPC prog. not avail
  622. EPROGMISMATCH    =    75    #Program version wrong
  623. EPROCUNAVAIL    =    76    #Bad procedure for program
  624. ENOLCK    =    77    #No locks available
  625. ENOSYS    =    78    #Function not implemented
  626. EFTYPE    =    79    #Inappropriate file type or format
  627.